[INFO] cloning repository https://github.com/nomiskeig/teshi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nomiskeig/teshi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b394a9c78be8fdf55172c5e67915fa8aa5d42fa3
[INFO] testing nomiskeig/teshi against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nomiskeig/teshi
[INFO] finished tweaking git repo https://github.com/nomiskeig/teshi
[INFO] tweaked toml for git repo https://github.com/nomiskeig/teshi written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nomiskeig/teshi on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nomiskeig/teshi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e02800b91a8592704f8fc4404b1739348c4b6ab559aa61cfe92582dd1f712c3
[INFO] running `Command { std: "docker" "start" "-a" "1e02800b91a8592704f8fc4404b1739348c4b6ab559aa61cfe92582dd1f712c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e02800b91a8592704f8fc4404b1739348c4b6ab559aa61cfe92582dd1f712c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e02800b91a8592704f8fc4404b1739348c4b6ab559aa61cfe92582dd1f712c3", kill_on_drop: false }`
[INFO] [stdout] 1e02800b91a8592704f8fc4404b1739348c4b6ab559aa61cfe92582dd1f712c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f31fecf5b32a2eaadfdd50da246529f0c157dcc4e0ed8d20ec0fdff96b510120
[INFO] running `Command { std: "docker" "start" "-a" "f31fecf5b32a2eaadfdd50da246529f0c157dcc4e0ed8d20ec0fdff96b510120", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling teshi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `execute`
[INFO] [stdout]  --> src/cpu/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod execute;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `execute`, create file "src/cpu/execute.rs" or "src/cpu/execute/mod.rs"
[INFO] [stdout]   = note: if there is a `mod execute` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `interrupts`
[INFO] [stdout]  --> src/cpu/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod interrupts;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `interrupts`, create file "src/cpu/interrupts.rs" or "src/cpu/interrupts/mod.rs"
[INFO] [stdout]   = note: if there is a `mod interrupts` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppu`
[INFO] [stdout]   --> src/main.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | mod ppu;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `ppu`, create file "src/ppu.rs" or "src/ppu/mod.rs"
[INFO] [stdout]    = note: if there is a `mod ppu` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memory::MemValue16`
[INFO] [stdout]  --> src/cpu/registers.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{cpu::Flags, memory::MemValue16};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/registers.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 |         if (amount >= 0) {
[INFO] [stdout]     |            ^           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -         if (amount >= 0) {
[INFO] [stdout] 150 +         if amount >= 0  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> src/cpu/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memmap2::Mmap`
[INFO] [stdout]  --> src/cpu/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use memmap2::Mmap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `format`
[INFO] [stdout]   --> src/cpu/mod.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::fmt::{self, format};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HIGH_RAM_START`
[INFO] [stdout]   --> src/cpu/mod.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::memory::{Address, HIGH_MEM_START, HIGH_RAM_START, MemValue8, MemValue16, Memory};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/cpu/mod.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |                 if (mem_value8.val == 0) {
[INFO] [stdout]    |                    ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -                 if (mem_value8.val == 0) {
[INFO] [stdout] 84 +                 if mem_value8.val == 0  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add` and `From`
[INFO] [stdout]   --> src/memory/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use derive_more::{Add, From, Into};
[INFO] [stdout]    |                   ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]    --> src/cpu/mod.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let length = ins.get_length()?;
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/memory/mod.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn read_16(&self, address: Address) -> anyhow::Result<MemValue16> {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `instruction_context`
[INFO] [stdout]   --> src/main.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instruction_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cpu`
[INFO] [stdout]   --> src/main.rs:26:65
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                 ^^^ help: if this is intentional, prefix it with an underscore: `_cpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memory`
[INFO] [stdout]   --> src/main.rs:26:80
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `teshi` (bin "teshi") due to 3 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f31fecf5b32a2eaadfdd50da246529f0c157dcc4e0ed8d20ec0fdff96b510120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f31fecf5b32a2eaadfdd50da246529f0c157dcc4e0ed8d20ec0fdff96b510120", kill_on_drop: false }`
[INFO] [stdout] f31fecf5b32a2eaadfdd50da246529f0c157dcc4e0ed8d20ec0fdff96b510120
